home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
accrd1
/
about.frm
< prev
next >
Wrap
Text File
|
1995-05-08
|
3KB
|
95 lines
VERSION 2.00
Begin Form Form3
BackColor = &H00C0C0C0&
BorderStyle = 1 'Fixed Single
Caption = "About"
ClientHeight = 2670
ClientLeft = 2055
ClientTop = 3030
ClientWidth = 5355
Height = 3075
Left = 1995
LinkMode = 1 'Source
LinkTopic = "Form3"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 178
ScaleMode = 3 'Pixel
ScaleWidth = 357
Top = 2685
Width = 5475
Begin CommandButton Command1
Caption = "Okie-Dokie"
Default = -1 'True
Height = 495
Left = 1080
TabIndex = 3
Top = 2040
Width = 3375
End
Begin PictureBox Picture4
BackColor = &H00808080&
BorderStyle = 0 'None
Height = 15
Left = 0
ScaleHeight = 15
ScaleWidth = 5415
TabIndex = 4
Top = 1920
Width = 5415
End
Begin PictureBox Picture5
BackColor = &H00FFFFFF&
BorderStyle = 0 'None
Height = 15
Left = 0
ScaleHeight = 15
ScaleWidth = 5415
TabIndex = 5
Top = 1935
Width = 5415
End
Begin PictureBox Picture3
AutoSize = -1 'True
BackColor = &H00C0C0C0&
BorderStyle = 0 'None
Height = 480
Left = 4440
Picture = ABOUT.FRX:0000
ScaleHeight = 480
ScaleWidth = 480
TabIndex = 2
Top = 1320
Width = 480
End
Begin PictureBox Picture1
AutoSize = -1 'True
BackColor = &H00C0C0C0&
BorderStyle = 0 'None
Height = 480
Left = 600
Picture = ABOUT.FRX:0302
ScaleHeight = 480
ScaleWidth = 480
TabIndex = 0
Top = 1320
Width = 480
End
Begin PictureBox Picture2
AutoSize = -1 'True
BorderStyle = 0 'None
Height = 1635
Left = 720
Picture = ABOUT.FRX:0604
ScaleHeight = 1635
ScaleWidth = 4035
TabIndex = 1
Top = 240
Width = 4035
End
End
Sub Command1_Click ()
Unload form3
End Sub